home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2000 June (IDG) / Macworld_June_2000.iso / Serious Software / NodeSaVR 1.01 / HTML Templates / Frame Fun ƒ / Frame Fun next >
Encoding:
Text File  |  2000-03-19  |  3.7 KB  |  113 lines  |  [TEXT/nsVR]

  1. <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
  2. <html>
  3. <head>
  4.    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  5.    <meta name="GENERATOR" content="Mozilla/4.61 (Macintosh; I; PPC) [Netscape]">
  6.    <title>%%MultiNodeFileName%% Displayed in Frames</title>
  7. <script LANGUAGE="JavaScript">
  8. <!--
  9.            ver4 = (document.layers || document.all) ? 1 : 0;
  10.  
  11.          if (document.images) {
  12.                arImageSrc = new Array (
  13.                    "QTPbackup.gif",
  14.                    "QTPbackdown.gif",
  15.                    "QTPbackover.gif" )
  16.  
  17.                arImageList = new Array ();
  18.                for (counter in arImageSrc) {
  19.                    arImageList[counter] = new Image();
  20.                    arImageList[counter].src = arImageSrc[counter];
  21.                }
  22.            };
  23.            
  24.  
  25.            function rollOver(imName,over) {
  26.                if (!document.images) {return};
  27.                whichIm = document.images[imName];
  28.                if (over) { whichIm.src = imName + "over.gif" }
  29.                     else { whichIm.src = imName + "up.gif" };
  30.            }
  31.  
  32.  
  33.            function rollClick(imName) {
  34.                if (!document.images || ver4) {return};
  35.                whichIm = document.images[imName];
  36.                whichIm.src = imName + "down.gif";
  37.                dummy = setTimeout("whichIm.src = \"" + imName + "over.gif\"",100);
  38.            }
  39.  
  40.  
  41.            function rollPress(imName,down) {
  42.                whichIm = document.images[imName];
  43.                if (down) { whichIm.src = imName + "down.gif" }
  44.                     else { whichIm.src = imName + "over.gif" }
  45.           }
  46.  
  47.  
  48.     function goHist()  {
  49.     history.back();
  50.  
  51.     }
  52.  
  53.  
  54. //-->
  55. </script>
  56. </head>
  57. <body text="#000000" bgcolor="#A6A6A6" link="#0000FF" vlink="#551A8B" alink="#0000FF" marginheight="0" marginwidth="0">
  58.  
  59. <table BORDER=0 CELLSPACING=0 CELLPADDING=0 >
  60. <tr>
  61. <td BGCOLOR="#425AA5"> </td>
  62.  
  63. <td BGCOLOR="#425AA5"> </td>
  64.  
  65. <td BGCOLOR="#425AA5"> </td>
  66.  
  67. <td></td>
  68. </tr>
  69.  
  70. <tr>
  71. <td WIDTH="14" BGCOLOR="#425AA5"> </td>
  72.  
  73. <td ALIGN=CENTER VALIGN=TOP BACKGROUND="QTPFill.gif"><embed SRC="%%NodeFileName%%" WIDTH="%%NodeWidth%%" HEIGHT="%%NodeHeight%%" BGCOLOR="#BBBBBB" CACHE="TRUE" %%HotSpots%% CONTROLLER="TRUE"></embed></td>
  74.  
  75. <td WIDTH="14" BGCOLOR="#425AA5"> </td>
  76.  
  77. <td BGCOLOR="#8C8C8C"> </td>
  78. </tr>
  79.  
  80. <tr>
  81. <td BGCOLOR="#425AA5"> </td>
  82.  
  83. <td ALIGN=RIGHT VALIGN=CENTER WIDTH="22" HEIGHT="40" BGCOLOR="#455DA1"><right><a href="JavaScript:goHist()" onMouseOver="rollOver('QTPback',1)" onMouseOut="rollOver('QTPback',0)" onMouseDown="rollPress('QTPback',1)" onMouseUp="rollPress('QTPback',0)" onClick="rollClick('QTPback')"><img SRC="QTPbackup.gif" NAME="QTPback" BORDER=0 height=32 width=22 align=LEFT></a><img SRC="inviso.gif" BORDER=0 height=32 width=32 align=LEFT><img SRC="inviso.gif" BORDER=0 height=32 width=32 align=RIGHT><img SRC="pict%%NodeNumber%%.gif" BORDER=0 height=32 width=32 align=RIGHT><b><font color="#7583FF"><font size=+1>Node
  84. %%NodeNumber%%</font></font></b>
  85. <br><b><font color="#85A3FF"><font size=+1>%%NodeName%%</font></font></b></right></td>
  86.  
  87. <td BGCOLOR="#425AA5"> </td>
  88.  
  89. <td BGCOLOR="#8C8C8C"> </td>
  90. </tr>
  91.  
  92. <tr>
  93. <td></td>
  94.  
  95. <td BGCOLOR="#8C8C8C"> </td>
  96.  
  97. <td BGCOLOR="#8C8C8C"> </td>
  98.  
  99. <td WIDTH="10" BGCOLOR="#8C8C8C"> </td>
  100. </tr>
  101. </table>
  102. <font size=-2><br></font>
  103. <table BORDER=0 CELLSPACING=0 CELLPADDING=0  WIDTH="%%NodeWidth%%">
  104. <tr><td>
  105. To try this demo with your own movies:<br><font size=-1>
  106. 1) Make a duplicate of the "Frame Fun" folder.<br>
  107. 2) Select the "Frame Fun" template in NodeSaVR.<br>
  108. 3) Save your exported nodes into the duplicate folder's "images" folder.<br>
  109. 4) View the duplicate folder's "index.html" file  in your browser.
  110. </td></tr></table>
  111. </body>
  112. </html>
  113.